projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
55d48e1
d4cc40a
)
auto merge of #101 : alexcrichton/cargo/fix-git-1.7, r=wycats
author
bors
<bors@rust-lang.org>
Tue, 1 Jul 2014 04:15:54 +0000
(
04:15
+0000)
committer
bors
<bors@rust-lang.org>
Tue, 1 Jul 2014 04:15:54 +0000
(
04:15
+0000)
Apparently these versions of git are broken for `git fetch $url`, so we have to
resort to `git fetch origin` and then just pray that it hasn't changed in the
meantime.
Trivial merge